Click or drag to resize

RuleActions Class

Represents the set of actions that are available to be taken on a message when the conditions are fulfilled.
Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangeRuleActions

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class RuleActions

The RuleActions type exposes the following members.

Constructors
  NameDescription
Public methodRuleActions
Initializes a new instance of the RuleActions class.
Top
Properties
  NameDescription
Public propertyAssignCategories
Represents the categories that are stamped on e-mail messages.
Public propertyCopyToFolder
Identifies the ID of the folder that e-mail items will be copied to.
Public propertyDelete
Indicates whether messages are to be moved to the Deleted Items folder.
Public propertyForwardAsAttachmentToRecipients
Indicates the e-mail addresses to which messages are to be forwarded as attachments.
Public propertyForwardToRecipients
Indicates the e-mail addresses to which messages are to be forwarded.
Public propertyMarkAsRead
Indicates whether messages are to be marked as read.
Public propertyMarkImportance
Specifies the importance that is to be stamped on messages.
Public propertyMoveToFolder
Identifies the ID of the folder that e-mail items will be moved to.
Public propertyPermanentDelete
Indicates whether messages are to be permanently deleted and not saved to the Deleted Items folder.
Public propertyRedirectToRecipients
Indicates the e-mail addresses to which messages are to be redirected.
Public propertySendSMSAlertToRecipients
Indicates the mobile phone numbers to which a Short Message Service (SMS) alert is to be sent.
Public propertyServerReplyWithMessage
Indicates the ID of the template message that is to be sent as a reply to incoming messages.
Public propertyStopProcessingRules
Indicates whether subsequent rules are to be evaluated.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also